.ModalSlide-content {
    overflow-y: auto;
}

.img-officer img {
    max-width: 206px;
}

.bod-content {
    padding-top: 0px;
}

.tvs-video-wrapper img {
    object-fit: fill;
    height: 99%;
    width: 100%;
}

@media (max-width: 1920px) and (min-width: 1850px) {
    .navbar-bottom-line1 {
        width: 25%;
    }
    .tvs-video-wrapper img {
        object-fit: fill;
        height: 99%;
    }
}
@media (max-width: 1850px) and (min-width: 1550px) {
    .navbar-bottom-line1 {
        width: 20%;
    }

    .hasHeroVideo #main-visual {
        height: 540px;
    }

    div#main-visual {
        height: 100vh !important;
    }

    #bg-video {
        top: 0%;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        height: 540px;
    }
    .col-sm-12.customs12 {
        height: 100vh;
    }
    #random_number1 {
        height: 100vh;
    }
    .random_news_number1 {
        height: 50vh;
    }
}
@media (max-width: 1370px) and (min-width: 1290px) {
    .navbar-bottom-line1 {
        width: 10%;
    }
}

@media (min-width: 1000px) {
    .ModalSlide-content {
        min-height: 400px;
        max-height: 400px;
    }
    .bod-ModalSlide-content {
        min-height: 526px;
        max-height: 526px;
    }
}
@media (min-width: 930px) and (max-width: 1099px) {
    .ModalSlide-content {
        min-height: 350px;
        max-height: 350px;
    }
    .bod-ModalSlide-content {
        min-height: 425px;
        max-height: 425px;
    }
}

@media (max-width: 800px) and (max-height: 800px) {
    .loading-screen {
        height: 800px;
        background-color: white;
    }

    .loading-screen .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .loading-screen img {
        vertical-align: middle;
    }
}

@media (max-width: 1024px) and (max-height: 1400px) {
    .loading-screen {
        height: 1400px;
        background-color: white;
    }
}

@media (max-width: 300px) and (max-height: 700px) {
    .loading-screen {
        width: 320px !important;
        height: 740px !important;
    }
}

@media (max-height: 820px) and (max-width: 600px) {
    .loading-screen {
        background-color: white;
        height: 820px;
    }
    .tvs-video-wrapper img {
        object-fit: fill;
        width: 100%;
        height: 99%;
    }
}

@media (max-height: 900px) {
    .loading-screen {
        background-color: white;
        height: 920px;
    }
}

@media (max-height: 740px) {
    .loading-screen {
        background-color: white;
        height: 740px;
    }
}
@media (max-height: 600px) {
    .loading-screen {
        background-color: white;
        height: 600px;
    }
}

@media (max-width: 1280px) and (min-width: 1100px) and (max-height: 800px) {
    .loading-screen {
        background-color: white;
        width: 1500px !important;
        height: 900px !important;
    }
}

.svgIMg1 {
    width: 65%;
}

.aside-left-bottom-restaurant-pages img {
    max-width: 100%;
}

.bod {
    min-height: 540px;
}

.temp-hidden {
    opacity: 1;
}

.loading-screen {
    position: absolute;
    z-index: 1050;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    -webkit-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
}

.loading-screen .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.load-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    vertical-align: middle;
}

#load-bg-1 {
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 0 ease 0s normal forwards 1 fadein; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: 0 ease 0s normal forwards 1 fadein; /* Firefox < 16 */
    -ms-animation: 0 ease 0s normal forwards 1 fadein; /* Internet Explorer */
    -o-animation: 0 ease 0s normal forwards 1 fadein; /* Opera < 12.1 */
    animation: 0 ease 0s normal forwards 1 fadein;
}

#load-bg-2 {
    max-width: 50%;
    position: absolute;
    bottom: -20%;
    right: -23%;
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadein; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: 1.5s ease 0s normal forwards 1 fadein; /* Firefox < 16 */
    -ms-animation: 1.5s ease 0s normal forwards 1 fadein; /* Internet Explorer */
    -o-animation: 1.5s ease 0s normal forwards 1 fadein; /* Opera < 12.1 */
    animation: 1.5s ease 0s normal forwards 1 fadein;
}

#load-img {
    position: absolute;
    max-width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: 3s ease 0s normal forwards 1 fadein; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: 3s ease 0s normal forwards 1 fadein; /* Firefox < 16 */
    -ms-animation: 3s ease 0s normal forwards 1 fadein; /* Internet Explorer */
    -o-animation: 3s ease 0s normal forwards 1 fadein; /* Opera < 12.1 */
    animation: 3s ease 0s normal forwards 1 fadein;
}

@keyframes fadeinout {
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#offers-img {
    max-height: 400px;
}

ol.carousel-indicators {
   
    bottom: 35px;
}

ol.carousel-indicators.news {
   
    bottom: -50px;
}

.headers-ModalSlide {
    width: 500px;
}

.img-modal-ourbrand02 .helper,
.img-modal-ourbrand .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img-modal-ourbrand02 img {
    vertical-align: middle;
}

/*.blocks-dates {*/
/*    border-top: solid 2px #ddd;*/
/*}*/

.btn.btn-custom-date {
    width: 100%;
    border-radius: 25px;
    font-size: 12px;
}

.pull-left.pack-blocks-dates {
    width: 21%;
}

div#main-visual {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.hasHeroVideo #main-visual {
    height: 700px;
}
div#main-visual {
    height: 100vh;
}
.coverflow-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tvs-video-wrapper {
    width: 100%;
    height: 99%;
}
.bg-video {
    height: auto;
    position: absolute;
    left: 0;
    top: -20%;
}
.tvs-video-wrapper .tvs-videoplayer {
    width: 100%;
    height: 99%;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    background-color: black;
    border-radius: 50px;

}

.blocks-dates-centered.specialoffers {
    width: 1200px;
    padding-left: 18px;
}
.blocks-dates-centered.specialoffers > .pull-left.pack-blocks-dates {
    width: 21%;
    margin-right: 15px;
}

.pull-left.input-datepicker > input,
.pull-left.input-Select > select,
.pull-left.input-Promo > input {
    height: 31px;
}

.mute-toggle {
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 2%;
    color: white;
}

.mute-toggle:hover {
    cursor: pointer;
}

@media (max-width: 1400px) and (min-width: 900px) {
    .html5-video-player {
        height: 439px;
    }
    .aside-top-left-tfooter > img {
        width: 100%;
    }

    ol.carousel-indicators {
        bottom: 35px;
    }

    ol.carousel-indicators.news {
        bottom: -50px;
    }


    .mute-toggle {
        position: absolute;
        top: 80%;
        left: 2%;
    }

    .hasHeroVideo #main-visual {
        height: 409px;
    }

    div#main-visual {
        height: 100vh !important;
    }

    .bg-video {
        top: -20%;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        height: 409px;
    }
    .col-sm-12.customs12 {
        height: 100vh;
    }
    #random_number1 {
        height: 100vh;
    }
    .random_news_number1 {
        height: 50vh;
    }
}

@media (max-width: 1024px) {
    div#main-visual {
        height: 75vh !important;
    }

    ol.carousel-indicators {
        margin-bottom: -10px;
        bottom: 35px;
    }

    ol.carousel-indicators.news {
        bottom: -20px;
    }

    .col-sm-12.customs12 {
        height: 75vh;
    }
    #random_number1 {
        height: 75vh;
    }
    .random_news_number1 {
        height: 50vh;
    }

    .bg-video {
        height: 400px;
        top: -11%;
    }

    .carousel-inner.customs12 {
        height: 75vh;
    }

    .mute-toggle {
        position: absolute;
        top: 15%;
        left: 2%;
    }
    .pull-left.pack-blocks-dates {
        width: 20%;
    }

    .pull-left.img-modal-ourbrand.q {

        float: none !important;
        border: 1px solid #CCCCCC;
    }
    .pull-left.img-modal-ourbrand {
        width: 50%;
    }

    .pull-left.img-modal-ourbrand02.f.alpaha {
        width: 20%;
        float: none !important;
        border: 1px solid #CCC;
        margin-bottom: 0px;
    }
    .pull-left.img-modal-ourbrand02.f.alpaha > img {
        /* width: 106px; */
        padding: 10px;
    }
    .pull-left.img-modal-ourbrand02 {
        width: 23%;
        height: 43px;
    }
    .first-page-modal-ourbrand {
        padding-top: 25px;
    }

    .first-page-modal-ourbrand2 {
        padding-top: 15px;
    }

    .pull-left.img-modal-ourbrand02.f.top.t {
        width: 20%;
        float: none !important;
        border: 1px solid #CCC;
        margin-bottom: 0px;
    }
    .pull-left.img-modal-ourbrand02.last.down {
         width: 20%;
        float: left !important;
    }
}

@media (max-width: 767px) {
    .pull-left.pack-blocks-dates {
        width: 100%;
    }

    .bod {
        min-height: 540px;
    }
}
